forum

home / developersection / forums / how to check if a datetime field is not null or empty?

How to check if a DateTime field is not null or empty?

Anonymous User 24181 01-Apr-2014

I am very new in C# and I have a doubt.

In an application on which I am working I found something like it in the code:

if (!String.IsNullOrEmpty(u.nome))

This code simply check if the nome field of the u object is not an empty\null string.

Ok this is very clear for me, but what can I do to check it if a field is not a string but is DateTime object?


c# c# 
Updated on 30-Apr-2019

I am a content writter !

Can you answer this question?

Answer

3 Answers

Liked By